Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed incompatibility with jQuery 3.x #46

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jcbartle
Copy link

@jcbartle jcbartle commented May 7, 2017

Hello.

This pull request is in response to Issue 42, newer jquery version.

The issue was the use of the .load() event, which has been removed from jQuery 3. I updated this to use the .on() method.

While in there, I also updated the document-ready handler, as $(document).ready(fn) has been deprecated. I updated this to use the jQuery(function) syntax.

@jcbartle jcbartle mentioned this pull request May 13, 2017
handymenny added a commit to handymenny/responsive-tables that referenced this pull request Mar 12, 2019
handymenny added a commit to handymenny/responsive-tables that referenced this pull request Mar 12, 2019
handymenny added a commit to handymenny/responsive-tables that referenced this pull request Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant